home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TPROGOPTIONSDIALOG / TPROGOPTIONSDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  67 lines

  1. inherited ProgOptionsDialog: TProgOptionsDialog
  2.   Left = 273
  3.   Top = 188
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   Caption = 'Options'
  6.   ClientHeight = 512
  7.   ClientWidth = 632
  8.   OnActivate = FormActivate
  9.   OnCreate = FormCreate
  10.   OnDestroy = FormDestroy
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object HeadingBevel: TUiBevel
  15.     Left = 192
  16.     Top = 8
  17.     Width = 432
  18.     Height = 25
  19.     Style = bsRaised
  20.   end
  21.   object HeadingLbl: TUiLabel
  22.     Left = 200
  23.     Top = 12
  24.     Height = 13
  25.     Caption = '%'
  26.     Transparent = True
  27.     FontStyle = [fsBold]
  28.   end
  29.   object TreeView: TUiTreeView
  30.     Left = 8
  31.     Top = 8
  32.     Width = 176
  33.     Height = 496
  34.     HideSelection = False
  35.     ReadOnly = True
  36.     TabOrder = 0
  37.     OnChange = TreeViewChange
  38.   end
  39.   object OkBtn: TUiButton
  40.     Left = 391
  41.     Top = 482
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.     OnClick = ApplyClick
  47.     AutoSize = asRight
  48.   end
  49.   object CancelBtn: TUiButton
  50.     Left = 471
  51.     Top = 482
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.     AutoSize = asRight
  57.   end
  58.   object ApplyBtn: TUiButton
  59.     Left = 551
  60.     Top = 482
  61.     Caption = '&Apply'
  62.     TabOrder = 3
  63.     OnClick = ApplyClick
  64.     AutoSize = asRight
  65.   end
  66. end
  67.